SftTree/NET 2.0

ForeColorSelected Property, RowHeadersClass Class

Softel vdm, Inc.

Defines the default foreground color for all row headers that are selected.

Syntax      RowHeadersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property ForeColorSelected As Color

C#   

public Color ForeColorSelected { get; set; }

C++   

public: property Color ForeColorSelected {
        Color get();
        void set(Color value);
}

Property Value

The default foreground color for all row headers that are selected.

The default value is Color.ControlText.

Comments

The ForeColorSelected property defines the default foreground color for all row headers that are selected.

Cells can override the foreground color using the CellBaseClass.ForeColorSelected property.

Cells that are not selected use the colors defined using the ForeColor property instead.

A disabled cell uses the foreground color defined using the GrayText property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com